CustomItemRange Constructor(Int32,Int32,String[])
In This Topic
CustomItemRange の新しいインスタンスを初期化します。
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal ParamArray () As String _
)
public CustomItemRange(
int ,
int ,
params string[]
)
Parameters
- first
- 最初の項目のインデックス。
- last
- 最後の項目のインデックス。
- fields
- フィールド名の配列。
See Also